home *** CD-ROM | disk | FTP | other *** search
/ Canadian Forces: A World of Opportunities / CanadianForces-AWorldOfOpportunities-WinMac.bin / 06_VirtualTour_FR.swf / scripts / DefineButton2_418 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2006-07-20  |  187b  |  9 lines

  1. on(rollOver){
  2.    gotoAndStop("deck 2 UP");
  3.    play();
  4.    _root.zoneJ.gotoAndPlay(2);
  5.    _root.roll.gotoAndStop("J");
  6.    _root.son.gotoAndPlay(2);
  7.    _root.timer.gotoAndPlay(1);
  8. }
  9.